home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDGradientFill.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  4.1 KB  |  99 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = DKDBurstShapeView; 
  5.             LANGUAGE = ObjC; 
  6.             OUTLETS = {"_gradientFillPanel" = DKDGradientFillPanel; }; 
  7.             SUPERCLASS = NSView; 
  8.         }, 
  9.         {
  10.             ACTIONS = {
  11.                 addColorGradientAction = id; 
  12.                 angleGradientAction = id; 
  13.                 burstHeightAction = id; 
  14.                 burstNameAction = id; 
  15.                 burstWidthAction = id; 
  16.                 burstXAction = id; 
  17.                 burstYAction = id; 
  18.                 convergencePopupAction = id; 
  19.                 dropColorGradientAction = id; 
  20.                 endGradientColorWellAction = id; 
  21.                 evenTransitionsAction = id; 
  22.                 finishGradientAction = id; 
  23.                 gradientPopupAction = id; 
  24.                 helpEffectsGradientFillAction = id; 
  25.                 helpGeometryGradientFillAction = id; 
  26.                 imageCompositionAction = id; 
  27.                 imagePercentAction = id; 
  28.                 intermediateGradientColorWellAction = id; 
  29.                 levelsOfGradientAction = id; 
  30.                 overlapPercentAction = id; 
  31.                 radiusGradientAction = id; 
  32.                 startGradientAction = id; 
  33.                 startGradientColorWellAction = id; 
  34.                 symmetryGradientAction = id; 
  35.                 transitionGradientAction = id; 
  36.                 transitionPopupAction = id; 
  37.                 turnOffGradientFill = id; 
  38.             }; 
  39.             CLASS = DKDGradientFillPanel; 
  40.             LANGUAGE = ObjC; 
  41.             OUTLETS = {
  42.                 addColorButton = NSButton; 
  43.                 angleGradientSlider = NSSlider; 
  44.                 angleGradientTextField = NSTextField; 
  45.                 burstHeightTextField = NSTextField; 
  46.                 burstNamePopupButton = NSPopUpButton; 
  47.                 burstShapeView = DKDBurstShapeView; 
  48.                 burstWidthTextField = NSTextField; 
  49.                 burstXTextField = NSTextField; 
  50.                 burstYTextField = NSTextField; 
  51.                 compositionPopupButton = NSPopUpButton; 
  52.                 convergencePopupButton = NSPopUpButton; 
  53.                 dropColorButton = NSButton; 
  54.                 endGradientColorWell = NSColorWell; 
  55.                 evenTransistionsButton = NSButton; 
  56.                 finishGradientSlider = NSSlider; 
  57.                 finishGradientTextField = NSTextField; 
  58.                 gradientFillTabView = NSTabView; 
  59.                 gradientPopupButton = NSPopUpButton; 
  60.                 imagePercentSlider = NSSlider; 
  61.                 imagePercentTextField = NSTextField; 
  62.                 intermediateColorWell = NSColorWell; 
  63.                 intermediatePopupButton = NSPopUpButton; 
  64.                 levelsOfGradientSlider = NSSlider; 
  65.                 levelsOfGradientTextField = NSTextField; 
  66.                 overlapPercentSlider = NSSlider; 
  67.                 overlapPercentTextField = NSTextField; 
  68.                 radiusGradientSlider = NSSlider; 
  69.                 radiusGradientTextField = NSTextField; 
  70.                 startGradientColorWell = NSColorWell; 
  71.                 startGradientSlider = NSSlider; 
  72.                 startGradientTextField = NSTextField; 
  73.                 symmetryGradientSlider = NSSlider; 
  74.                 symmetryGradientTextField = NSTextField; 
  75.                 transitionSlider = NSSlider; 
  76.                 transitionTextField = NSTextField; 
  77.             }; 
  78.             SUPERCLASS = DKDGraphicPanel; 
  79.         }, 
  80.         {CLASS = DKDGraphicPanel; LANGUAGE = ObjC; SUPERCLASS = DKDPanel; }, 
  81.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  82.         {
  83.             ACTIONS = {
  84.                 checkClosingWindow = id; 
  85.                 useCurrentForNewItemsButtonAction = id; 
  86.                 useDefaultForNewItemsButtonAction = id; 
  87.             }; 
  88.             CLASS = DKDPanel; 
  89.             LANGUAGE = ObjC; 
  90.             OUTLETS = {
  91.                 setCurrentForNewItemsButton = DKDOptionButton; 
  92.                 setDefaultForNewItemsButton = DKDOptionButton; 
  93.             }; 
  94.             SUPERCLASS = NSWindowController; 
  95.         }, 
  96.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  97.     ); 
  98.     IBVersion = 1; 
  99. }